Contribution org.nuxeo.ecm.platform.automation.defaultChains--chains
In component org.nuxeo.ecm.platform.automation.defaultChains
org.nuxeo.ecm.platform.automation.defaultChains
inside nuxeo-platform-webapp-core-5.8.jar
This contribution is part of XML component Extension Point
Extension point chains of component OperationServiceComponent.Contributed Items
XML Source
<extension point="chains" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
<chain id="addCurrentDocumentToWorklist">
<operation id="Context.FetchDocument"/>
<operation id="Seam.AddToWorklist"/>
<operation id="Seam.AddMessage">
<param name="severity" type="string">INFO</param>
<param name="message" type="string">label.document.added.to.worklist</param>
</operation>
</chain>
</extension>